The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
Make documentation build works outside of git repository
Origin: other
Last-Update: 2019-01-03
Current documentation build requires git and curl to get some stuff from the internet
This patch aims to delete those dependencies, forcing git branch to master,
and using Debian provided plantuml instead of downloading it from apache mirror
Last-Update: 2019-01-03
Gbp-Pq: Name 0006-fix-doc-build.patch
* Non-maintainer upload.
* Address CVE-2021-27577, CVE-2021-32565, CVE-2021-32566, CVE-2021-32567 and
CVE-2021-35474.
- CVE-2021-27577: Incorrect handling of url fragment leads to cache
poisoning
- CVE-2021-32565: HTTP Request Smuggling, content length with invalid
charters
- CVE-2021-32566: Specific sequence of HTTP/2 frames can cause ATS to
crash
- CVE-2021-32567: Reading HTTP/2 frames too many times
- CVE-2021-35474: Dynamic stack buffer overflow in cachekey plugin
(Closes: #990303)